home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo.
- echo This batch file VBACKUP.BAT file will compress the data files
- echo using the PKZIP program distributed by PKWARE. You must have
- echo access to PKZIP and PKUNZIP or you must modify this batch file
- echo in order to backup your data files.
- pause
- echo.
- echo Archiving Vehicle Management Database files ... standby
- pkzip -es -a vmsys.zip vmsys.dt vmsys.hdr vmsys.nx0 repair.dt repair.nx0
- pkzip -es -a vmsys.zip repair.nx1 miles.dt miles.nx0 gas.dt gas.nx0
- echo.
- echo.
- echo Place Formatted floppy in drive A and
- pause
- echo Copying VMSYS.ZIP to Drive A
- copy vmsys.zip a:
- echo.
- echo Label the floppy and store in a safe place
-